home *** CD-ROM | disk | FTP | other *** search
- FDOC 1.01 (Format Documentation)
-
- Usage: FDOC DRIVE:\PATH\FILENAME DRIVE:\PATH\FILENAME
-
- This DOS utility formats a standard ASCII text file using headers
- footers, page breaks, and page numbers. It will also create a table
- of contents from titles and subtitles.
-
- The first file specified on the command line is the unformatted input
- file. The second will be the formatted output file that FDOC creates.
- The input file can contain commands that the program uses to create a
- formatted output file. These commands start with an exclamation point
- and must begin in the first column.
-
- !H page header line (must be first line in input file)
- !F page footer line with # optional page number (must be 2nd line)
- !P on a line by itself forces a page break (usally done by FDOC)
- !T1 title line (used as a top level in table of contents)
- !T2 sub-title line (used as a second level in table of contents)
- !T3 sub-sub-title line (used as a third level in table of contents)
-
- The first page of your documentation should be a title page. A header
- and footer is NOT added to the title page. The first header and footer
- lines will be added on the second page. A page number can be added to
- the footer by placing a pound sign (#) in the position where you want
- it.
-
- The table of contents (created from the lines that start with !T) will
- be inserted in the output file after your title page (at page two).
- Second and third level titles will be indented from the first level
- title lines. All titles placed in the table of contents will have the
- correct page number added to them.
-
- ---------------------------------------------------------------------
- EXAMPLE INPUT: EXAMPLE OUTPUT:
- ------------------------------- -----------------------------------
- !H Document Formatter Manual
- !F MicroFox Company Page # TITLE PAGE
-
- TITLE PAGE -----------------------------------
- !P Document Formatter Manual
- !T1 Product Information
- detail lines Product Information.....3
- !T2 How to get Help How to get Help.......3
- detail lines Call us.............4
- !T3 Call us Installing Program......4
- detail lines
- !T1 Installing Program MicroFox Company Page 2
- detail lines -----------------------------------
- Document Formatter Manual
-
- Product Information
- detail lines
- How to get Help
- detail lines
-
- MicroFox Company Page 3
- -----------------------------------
-
-
- FDOC (tm)
- Copyright (c) 1993-1995 by Jim Hass
-
- ASP Member of the Association of Shareware Professionals
- STAR Member of the Shareware Trade Association and Resources
- ASAD Member of the Association of Shareware Authors and Distributors
-
- Registration fee: $10.00
- Free with registration of HDM, FED, SEE, BBS, PUT/GET, or EZ-Tree.
-
- MicroFox Company
- PO Box 447
- Richfield OH 44286-0447
- USA
-
- CompuServe Mail: 73057,3113
- Internet: 73057.3113@compuserve.com
-
- ---------------------------------------------------------------------